@charset "utf-8";
/* CSS Document */
body,html{ margin:0; padding:0;font-size:14px; color:#333; font-family:"arial","微软雅黑";}
ul,li,div{ list-style:none; margin:0; padding:0;}
dl,dt,dd{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal; margin:0;}
p{ margin:0;}
input{ margin:0; padding:0; border:none; outline:none;}
img{border:none;}
.left{ float:left;}
.right{ float:right;}
.clearfix{ clear:both;}
.inner{ width:1100px; margin:0 auto;}
textarea{resize:none; margin:0; padding:0; display:block; border:none;}
li{list-style:none;}
a{text-decoration:none; color:#333;}
b{font-weight:normal;}
i,em{font-style:normal;}
input{
	border:none;
	padding:0;
	outline:none;	
	background:none;
	resize:none;
}
button{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
.clearfix{ clear:both;}
 
.tu{overflow:hidden;}
.tu img{position:relative;left:50%; margin-left:-960px;}

/*页头*/
.head .logo{ margin-top:18px; margin-bottom:18px;}
.nav-list{ float:left;margin-top:18px;}
.nav-list li {
	float: left;
	padding:0 12px;
	 background:url(../images/navbg_07.png) no-repeat center right;
}
.nav-list li.xd-ccc-aaa-8 .xd-list .w {
	padding-left: 330px;
}

.nav-list li.xd-ccc-aaa-7 .xd-list .w {
	padding-left: 790px;
}

.nav-list li.xd-ccc-aaa-6 .xd-list .w {
	padding-left: 640px;
}

.nav-list li.xd-ccc-aaa-5 .xd-list .w {
	padding-left: 640px;
}

.nav-list li.xd-ccc-aaa-4 .xd-list .w {
	padding-left: 648px;
}

.nav-list li.xd-ccc-aaa-3 .xd-list .w {
	padding-left: 552px;
}

.nav-list li.xd-ccc-aaa-2 .xd-list .w {
	padding-left: 472px;
}

.nav-list li.xd-ccc-aaa-1 .xd-list .w {
	padding-left: 390px;
}

.nav-list li a {
	height:86px;
	display: block;
	line-height:82px;
	color: #666666;
}

.nav-list li.on>a {
	color:#00489d;
	box-sizing: border-box;
	border-bottom: 2px solid #00489d;
}
.head{
	position: relative;
}

.xd-list {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 0px;
	overflow: hidden;
	left: 0;
	background: #00489d;
}

.xd-list div a {
	float: left;
	color: rgba(255, 255, 255, 0.5);
	margin-right: 40px;
	height: 50px;
	line-height: 50px;
}

.xd-list div a:hover {
	color: #fff;
}
.head .ss {
	display: block;
	cursor: pointer;
	background: url(../images/ss_04.png) center no-repeat;
	width:66px;
	height:100px;
	border-left: 1px solid #e6e6e6;
	position: relative;
	z-index:999;
}
.head .ss div {
	position: absolute;
	top:100px;
	width: 255px;
	height: 0px;
	z-index: 2;
	overflow: hidden;
	left: -130px;
	padding: 0px 14px;
	background: #003b94;
}

.head .ss div input {
	margin-top: 9px;
	background: #fff;
	width: 245px;
	height: 32px;
	padding-left: 10px;
}

/*页脚*/
.footer{ background:#f2f2f2;}
.copy{ margin-bottom:30px; padding-top:20px;}
.copy i{ float:left; height:29px; line-height:29px;}
.wx-ewm-box {
	width: 29px;
	margin-right: 10px;
	height: 29px;
	float: left;
	position: relative;
}

.wx-ewm-box a {
	width: 29px;
	height: 29px;
	padding: 0;
	margin-right: 10px;
	display: block;
}

.wx-ewm-box .ewm-img-db {
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: 32px;
	left: 50%;
	margin-left: -50px;
	height: 0;
	overflow: hidden;
}
.footer .bshare-weixin {
	background: url(../images/wechat_07.png) center no-repeat;}

.footer ul li {
	float: left;
	margin-left: 20px;
	padding-top:20px;
	position: relative;
}
.footer ul li:hover .link_con{
	display: block;
}
.footer ul li .link_con {
	position: absolute;
	width: 286px;
	height:auto;
    left:-80px;
	padding:20px 0;
	background: #434459;
	bottom: 40px;
	z-index: 10;
	overflow: hidden;
	border-bottom: none;
	display:none;
}
.footer ul li .link_con a{ display:block; text-align:center; height:30px; line-height:30px; color:rgba(255,255,255,0.5);}
.footer ul li .link_con a:hover{ color:#fff;}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation: flipInX 1s;
  -webkit-animation: flipInX 1s;
  -moz-animation: flipInX 1s;
  -ms-animation: flipInX 1s;
  -o-animation: flipInX 1s;
}
/*二级页面联系我们*/
.subbanner{ height:240px;}
.location{ background:#f2f2f2; border-bottom:1px solid #ccc; height:60px; line-height:60px;}
.weizhi{ padding-left:22px; background:url(../images/icon_05.png) no-repeat left center;}
.weizhi a:hover{ color:#00489d;}
.content .title{ margin-top:30px;}
.content .title h2{ font-size:30px; color:#00489d;}
.content .title h3{ font-size:18px; color:#999; text-transform:uppercase;}
.content .neir{ margin-top:20px;}
.content .neir h4{ font-size:22px; color:#666; margin-bottom:10px;}
.content .neir p{ line-height:24px;}
.content .neir .ma{ text-align:center; width:100px; margin-top:10px;}
.content .neir .ma img{ width:100px; display:block;}
.foot{ height:140px; background:url(../images/foot_06.jpg) no-repeat center center;}
/*关于我们*/
.content01{ background:url(../images/abbg_02.jpg) no-repeat top center; background-size:cover; padding-top:260px; padding-bottom:40px;}
.sidebar{ width:320px; background:#fff;}
.sidebar ul{}
.sidebar ul li{ height:80px; line-height:80px; border-bottom:1px dotted #ccc;}
.sidebar ul li:nth-of-type(7n){ border-bottom:none;}
.sidebar ul li a{ padding:0 50px; display:block; font-size:20px;}
.sidebar ul li a span{ font-size:14px; color:#808080; margin-left:4px;}
.sidebar ul li .current{ background:#00489d; color:#fff;}
.sidebar ul li .current span{ color:#fff;}
.aboutr{ width:750px; background:#fff; height:566px; overflow:hidden; po}
.aboutr .daoh{ height:50px; border-bottom:1px solid #ccc; line-height:50px;position:relative;}
.aboutr .daoh a{ position:absolute; right:30px; color:#00489d; font-size:16px;}
.aboutr .profile{ padding:30px;}
.aboutr .profile .pic{ margin-bottom:16px;}
.aboutr .scroll{ height:366px;overflow-y:scroll;}
.aboutr .scroll p{ text-indent:28px; line-height:24px; padding-right:6px;}
#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}
/*企业荣誉*/
.slideBox{ width:750px;text-align:left;  }
.slideBox .hd{ height:50px; line-height:50px;border-bottom:1px solid #cbcbcb;  position:relative; }
.slideBox .hd ul{ position:absolute;right:30px;height:50px;}
.slideBox .hd ul li{ float:left;cursor:pointer; margin-left:20px; font-size:16px;}
.slideBox .hd ul li.on{ height:49px;  background:#fff;border-bottom:2px solid #00489d; color:#00489d;}
.slideBox .hd ul li.on a{ color:#00489d;}
.slideBox .bd{ padding:25px;}
.slideBox .bd ul{zoom:1;}
.slideBox .bd li{ float:left; margin-right:20px; margin-top:20px;}
.slideBox .bd li:nth-of-type(3n){ margin-right:0;}
.page{ text-align:center; margin-top:20px;}
.page a{ margin:0 10px; color:#808080; border:#CCC solid 1px; padding:3px 5px;}
.page span{ margin:0 10px; color:#808080; border:#CCC solid 1px; padding:3px 5px;}
.page span.curpage{ color:white; background:#00489d; border:#00489d solid 1px;}
/*新闻中心*/
.location .column a{ margin-left:15px; line-height:60px; height:59px; display:inline-block;}
.current{ color:#00489d; border-bottom:2px solid #00489d;}
.content02{ margin-top:40px;} 
.content02 .sidel{ width:240px; background:#f2f2f2; padding:20px;} 
.content02 .sidel h3{ font-size:18px; color:#00489d; margin-bottom:16px;}
.content02 .sidel img{ width:240px; height:150px; overflow:hidden;}
.content02 .sidel h4{ font-size:16px; line-height:26px; margin-top:10px;}
.content02 .sidel,.sider .rq{ color:#808080; line-height:28px;}
.content02 .sidel .shao{ color:#808080; line-height:24px; height:72px; overflow:hidden; margin-bottom:10px;}
.content02 .sider{ width:789px; padding-left:30px; border-left:1px solid #e5e5e5; padding-bottom:30px;}
.content02 .sider li a{ font-size:16px; line-height:26px; margin-top:10px;}
.content02 .sider .shao{ color:#808080; line-height:24px; height:54px; overflow:hidden; margin-bottom:10px; border-bottom:1px dotted #ccc;}
.content02 .sider a:hover{ color:#00489d;}
.content02 .sider h4{ font-size:16px; text-align:center;}
.content02 .sider .from{ text-align:center; color:#808080; line-height:32px; height:36px;}
.content02 .sider p{ text-indent:28px; line-height:24px;}
.content02 .sider .tp{ max-width:100%; display:block;margin:10px auto;}
.xia{ margin-top:20px;}
.xia a{ color:#808080; line-height:24px;}
.fan{ background:#00489d; width:110px; height:40px; margin-top:30px;}
.fan a{ background:url(../images/icon_07.png) no-repeat 14px 10px; color:#fff; display:block; text-align:right; line-height:40px; padding-right:16px;}
/*楼盘项目*/
.slideTxt{ width:100%;}
.slideTxt .hd{ height:50px; line-height:50px;position:relative; }
.slideTxt .hd ul{position:absolute; left:0; top:-1px; height:50px; width:1100px;}
.slideTxt .hd ul li{ float:left;cursor:pointer; width:470px; padding-left:80px; font-size:18px; color:rgba(255,255,255,.6);}
.slideTxt .hd ul li.on{ height:50px; color:#fff;}
.slideTxt .bd{}
.slideTxt .bd ul{ padding:0 0 40px;  zoom:1;}
.slideTxt .bd li{ height:170px; padding:25px 30px; border-bottom:1px solid #e5e5e5;}
.slideTxt .bd li:hover{ background:#f2f2f2;}
.picim img{ width:340px; height:170px;}
.wenr{ margin-left:30px; width:670px; height:170px; overflow:hidden;}
.wenr h2{ font-size:24px; line-height:40px; margin-bottom:6px;}
.wenr div{padding-left:24px; height:36px; line-height:36px;}
.ye{background:url(../images/icon_06.png) no-repeat left center;}
.tel{background:url(../images/icon_10.png) no-repeat left center;}
.zhi{background:url(../images/icon_13.png) no-repeat left center;}
/*项目详情*/
.content02 .loupan h2{ font-size:24px; text-align:center;}
.content02 .viewbox{ background:url(../images/bg_02.jpg) repeat-y top center; margin-top:20px; padding:30px 0;}
.viewbox .xm{ width:674px; line-height:24px; text-indent:28px;}
.viewbox .xr{ width:378px; }
.viewbox .xr div{padding-left:24px;height:36px; line-height:36px; overflow:hidden;}
.picMarquee-left{ width:1100px;  overflow:hidden; position:relative; margin-top:30px; margin-bottom:50px;}
.picMarquee-left .bd{}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin-right:20px;float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:260px; height:160px; display:block; padding:2px;}
/*招标公告*/
.content02 .zbt{ width:400px; height:250px;}
.content02 .zbt img{ width:400px; height:250px;}
.list{ width:680px; margin-bottom:40px; line-height:25px;}
.list li{ height:36px; line-height:36px; padding:0 14px; background:#e5e5e5; overflow:hidden;}
.list h4{font-size:16px; text-align:center;}
.list div.from{text-align: center;color: #808080;line-height: 32px;height: 36px;}
.list li:nth-of-type(2n){ background:#fff;}
.list li a:hover{ color:#00489d;}
/*公益活动*/
.content02 .gy{ font-size:30px; color:#00489d;}
.content02 .engy{ font-size:18px;color:#808080; text-transform:uppercase;}
.gylist{ margin-top:30px; width:760px; padding-right:39px; border-right:1px solid #e5e5e5; padding-bottom:40px;}
.gylist li{ height:100px; margin-bottom:10px;}
.gylist .dagy{ width:100px; height:100px; background:#00489d; color:#fff; font-size:18px; line-height:50px; text-align:center;}
.gylist .dagy .day{ border-bottom:1px solid #e6e5e4;}
.gylist .gytext{ width:620px; padding:10px 20px; background:#f2f2f2; height:80px;}
.gylist .gytext a{ display:block; font-size:16px; margin-bottom:4px;}
.gylist .gytext a:hover{ color:#00489d;}
.gylist .gytext span{ color:#666; line-height:24px;}
.content02 .zer{ width:240px; height:296px; background:url(../images/gy_03.jpg) no-repeat; margin-top:30px; padding:40px 30px;}
.content02 .zer h4{ font-size:18px; color:#fff; text-align:center; height:24px; overflow:hidden;}
.content02 .zer h4 a{ color:#fff;}
.zer .dt{ font-size:12px; text-align:center; color:#e5e5e5; line-height:30px; margin-bottom:4px;}
.zer .pf{ color:#fff; text-indent:28px; line-height:24px; height:160px; overflow:hidden;}
/*十九大专题*/
.shijiu{ width:540px; height:460px; background:url(../images/djbg_05.jpg) no-repeat; text-align:center; margin-bottom:40px;}
.shijiu h4{ font-size:30px; margin-top:160px;}
.shijiu h5{ font-size:16px; line-height:40px;}
.zhibu{ width:550px; height:300px; background:url(../images/djbg_07.jpg) no-repeat; text-align:center;}
.zhibu h4{ font-size:30px; margin-top:120px;}
.shifan{ width:320px; height:150px; background:url(../images/djbg_10.jpg) no-repeat; text-align:center; margin:10px 10px 0 10px;}
.shifan h4{ font-size:28px; margin-top:50px;}
.wu{ width:220px; height:150px; background:url(../images/djbg_12.jpg) no-repeat; text-align:center; margin-top:10px;}
.wu h4{ font-size:28px; margin-top:50px;}
.content02 .daz{ width:240px; height:196px; background:url(../images/jian.jpg) no-repeat; margin-top:30px; padding:90px 30px;}
.content02 .daz h4{ font-size:18px; color:#333; text-align:center; height:24px; overflow:hidden;}
.daz .dt{ font-size:12px; text-align:center; color:#666; line-height:30px; margin-bottom:4px;}
.daz .pf{ color:#333; text-indent:28px; line-height:24px; height:160px; overflow:hidden;}
.sjlist{ margin-top:30px; width:760px; padding-right:39px; border-right:1px solid #e5e5e5; padding-bottom:40px; line-height:25px;}
.sjlist h4{font-size: 16px; text-align: center;}
.sjlist img{ width:100%;}
.sjlist div.from{ text-align: center; color: #808080;line-height: 32px; height: 36px;}
.sjlist li{ border-bottom:1px dotted #ccc; padding-bottom:10px; margin-bottom:20px;}
.sjlist .dagy{ width:220px; overflow:hidden; height:150px;}
.sjlist .dagy img{ width:100%; height:inherit;}
.sjlist .gytext{ width:520px;}
.sjlist .gytext a{ font-size:16px; line-height:30px;}
.sjlist .gytext .rz{ color:#666; line-height:24px;}
.sjlist .gytext .jprof{ color:#666; line-height:24px;}
/*人力资源*/
.rencai .rnl{ width:470px;}
.rencai .fd{ margin-top:16px;}
.rencai .ln{ font-size:16px; color:#00489d; line-height:30px;}
.join{ margin-top:50px; margin-bottom:50px;}
.join .zpgz{ width:600px;}
.picScroll-top{ margin:0 auto;width:600px;overflow:hidden; position:relative;border:1px solid #ccc; margin-top:20px;}
.picScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picScroll-top .hd .prev,.picScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url(../images/arrow.png) 0 -100px no-repeat;}
.picScroll-top .hd .next{ background-position:0 -140px;  }
.picScroll-top .hd .prevStop{ background-position:-60px -100px;  }
.picScroll-top .hd .nextStop{ background-position:-60px -140px;  }
.picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url(../images/icoCircle.gif) 0 -9px no-repeat; }
.picScroll-top .hd ul li.on{ background-position:0 0; }
.picScroll-top .bd{ padding:10px; height:256px;}
.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top .bd ul li{ text-align:left; zoom:1; }
.picScroll-top .bd ul li .pic{ text-align:center; }
.picScroll-top .bd ul li .title{ line-height:24px; }
.picScroll-top .bd ul li .title b{ color:#00489d;}

/*物业*/
.wuyebox{ margin-bottom:50px;}
.wuye{ font-size:24px; color:#00489d; margin-bottom:10px;}
.wuyebox img{ margin:10px 0;}
.wuyebox p{ line-height:24px; text-indent:28px;}

/*知识长廊*/
.zslist{ margin-top:30px; width:760px; padding-left:39px; border-left:1px solid #e5e5e5; padding-bottom:40px;}
.zslist li{ height:100px; margin-bottom:10px;}
.zslist .dagy{ width:100px; height:100px; background:#00489d; color:#fff; font-size:18px; line-height:50px; text-align:center;}
.zslist .dagy .day{ border-bottom:1px solid #e6e5e4;}
.zslist .gytext{ width:620px; padding:10px 20px; background:#f2f2f2; height:80px;}
.zslist .gytext a{ display:block; font-size:16px; margin-bottom:4px;}
.zslist .gytext a:hover{ color:#00489d;}
.zslist .gytext span{ color:#666; line-height:24px;}
.content02 .zhishi{ width:240px; height:296px; background:url(../images/zs_03.jpg) no-repeat; margin-top:30px; padding:40px 30px;}
.content02 .zhishi h4{ font-size:18px; color:#fff; text-align:center; height:24px; overflow:hidden;}
.zhishi .dt{ font-size:12px; text-align:center; color:#e5e5e5; line-height:30px; margin-bottom:4px;}
.zhishi .pf{ color:#fff; text-indent:28px; line-height:24px; height:160px; overflow:hidden;}
